home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / export / history / history.def < prev    next >
Encoding:
Text File  |  1996-09-30  |  354 b   |  19 lines

  1. ;
  2. ;    File: History.def
  3. ;
  4. ;    Copyright (c) 1991-6, Adobe Systems Incorporated.
  5. ;    All rights reserved.
  6. ;
  7. ;    Window's def file for History export example module.
  8. ;
  9. LIBRARY     HISTORY
  10.  
  11. DESCRIPTION 'History Photoshop export module'
  12.  
  13. CODE        PRELOAD MOVEABLE
  14. DATA        PRELOAD MOVEABLE SINGLE
  15.  
  16. EXPORTS
  17.             ENTRYPOINT        @1
  18.             ExportProc        @2
  19.